google.golang.org/grpc/internal/transport.http2Server.controlBuf (field)

36 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_server.go#L90: 	controlBuf *controlBuffer
		http2_server.go#L300: 	t.controlBuf = newControlBuffer(t.done)
		http2_server.go#L349: 		t.loopy = newLoopyWriter(serverSide, t.framer, t.controlBuf, t.bdpEst, t.conn, t.logger, t.outgoingGoAwayHandler, t.bufferPool)
		http2_server.go#L387: 		t.controlBuf.put(&cleanupStream{
		http2_server.go#L495: 		t.controlBuf.put(&cleanupStream{
		http2_server.go#L547: 		t.controlBuf.put(&cleanupStream{
		http2_server.go#L628: 	t.controlBuf.put(&registerStream{
		http2_server.go#L645: 		t.controlBuf.throttle()
		http2_server.go#L659: 					t.controlBuf.put(&cleanupStream{
		http2_server.go#L676: 				t.controlBuf.put(&goAway{
		http2_server.go#L724: 		t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
		http2_server.go#L734: 		t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id,
		http2_server.go#L750: 	t.controlBuf.put(&outgoingWindowUpdate{
		http2_server.go#L754: 	t.controlBuf.put(&outgoingSettings{
		http2_server.go#L780: 		t.controlBuf.put(&outgoingWindowUpdate{
		http2_server.go#L789: 			t.controlBuf.put(&outgoingWindowUpdate{
		http2_server.go#L794: 		t.controlBuf.put(bdpPing)
		http2_server.go#L813: 				t.controlBuf.put(&outgoingWindowUpdate{s.id, w})
		http2_server.go#L835: 	t.controlBuf.put(&cleanupStream{
		http2_server.go#L861: 	t.controlBuf.executeAndPut(func() bool {
		http2_server.go#L890: 	t.controlBuf.put(pingAck)
		http2_server.go#L921: 		t.controlBuf.put(&goAway{code: http2.ErrCodeEnhanceYourCalm, debugData: []byte("too_many_pings"), closeConn: errors.New("got too many pings from the client")})
		http2_server.go#L926: 	t.controlBuf.put(&incomingWindowUpdate{
		http2_server.go#L984: 	success, _ := t.controlBuf.executeAndPut(func() bool {
		http2_server.go#L992: 		t.controlBuf.put(&cleanupStream{
		http2_server.go#L1056: 	success, err := t.controlBuf.executeAndPut(func() bool { return t.checkForHeaderListSize(hf.hf) }, hf)
		http2_server.go#L1125: 	success, err := t.controlBuf.executeAndPut(func() bool {
		http2_server.go#L1173: 	if err := t.controlBuf.put(df); err != nil {
		http2_server.go#L1238: 				t.controlBuf.put(closeConnection{})
		http2_server.go#L1261: 				t.controlBuf.put(p)
		http2_server.go#L1294: 	t.controlBuf.finish()
		http2_server.go#L1348: 	t.controlBuf.put(hdr)
		http2_server.go#L1364: 	t.controlBuf.put(&cleanupStream{
		http2_server.go#L1379: 	t.controlBuf.put(&goAway{code: http2.ErrCodeNo, debugData: []byte(debugData), headsUp: true})
		http2_server.go#L1437: 		t.controlBuf.put(&goAway{code: g.code, debugData: g.debugData})
		http2_server.go#L1467: 	t.controlBuf.put(&outFlowControlSizeRequest{resp})